home *** CD-ROM | disk | FTP | other *** search
- echo off
- rem QUICKY.BAT April 3, 1986, (must be run in drive A:)
- a:
- cls
- echo
-
-
-
-
- HOMEBASE "Quicky" Temporary INSTALL and TEST
- echo --------------------------------------------
-
-
- if not exist a:disk2.doc goto q0
- echo You must start with DISK 1 in Drive A: ! Try again...
- pause
- %0 %1 %2 %3 %4
-
- :q0
-
- echo (HomeBase is so powerful and has so many options that you must
- echo read the INSTALL document and OPTIONS.TXT in order to fully realize
- echo its maximum potential. However, this "quicky" installation will
- echo give you immediate access to HomeBase. The installation is
- echo temporary; it will only last until you reboot or turn off the computer.)
-
-
- echo
-
-
- Please Note:
- echo The DOS "BATCH" processor is quite slow so there may be a delay of up to
- echo 30 seconds while the computer is "thinking". Please wait 30 sec. before
- echo you suspect any problems.
-
-
- ask Ok to proceed?
- if errorlevel 2 goto errexit
-
- cls
- hbkernel q K15 8 s10 c12 300 ; kernel >nul
- hbasync ; async >nul
- hbvsi 30k ; need 40k for hbtm window manager >nul
-
- :try2
- echo
-
-
-
- Please remove DISK 1 from Drive A and replace it with DISK 2.
-
- ask HomeBase DISK 2 in A:
- if errorlevel 2 goto try2
- if not exist a:disk2.doc goto try2
-
- checkwp a:
- if not errorlevel 1 goto dohb
-
- echo
-
-
-
-
-
- WARNING: Disk 2 is write protected. Some parts of HOMEBASE will try
- echo to write on the disk and give you an error message. In order to test
- echo all parts of Homebase (including the autodialer, calendar and notebase)
- echo then you must copy the original Disk 2 to a new blank disk with DISKCOPY
- echo (as shown in the Install document) and use this copy for Disk 2.
-
- ask ok to proceed anyway?
- if errorlevel 2 goto errexit
-
- :dohb
- cls
- echo -
- echo Installing HOMEBASE, please wait...
- echo (Note: See READ-ME file or last chapter of manual for
- echo HomeBase options if you have some non-IBM hardware or if
- echo HomeBase doesn't work on your machine.)
- rem * also in options.txt on your disk *
- hb ; >nul
-
- echo
- -- Please press Alt/Shift/H for HomeBase --
- echo (ALT/SHIFT are at your lower left. Use the
- echo ESC key for terminating tasks)
-
-
-
-
- goto finish
-
- :errexit
- echo
- An answer you gave caused early termination. Try again.
-
- :finish
- echo Done